Skip to content

chore: ignore underscore-separated build_*/ trees - #157

Merged
frstrtr merged 1 commit into
masterfrom
dgb/gitignore-build-underscore
Jun 19, 2026
Merged

chore: ignore underscore-separated build_*/ trees#157
frstrtr merged 1 commit into
masterfrom
dgb/gitignore-build-underscore

Conversation

@frstrtr

@frstrtr frstrtr commented Jun 18, 2026

Copy link
Copy Markdown
Owner

One-line additive .gitignore rule.

/build-*/ already catches hyphen-named out-of-source CMake trees (build-spv/, build-qt/, build-dgb-wire/). The underscore convention build_dgb/ matches no existing rule, so an in-root cmake build can sweep binaries into a commit (observed: a 59MB artifact). Add /build_*/ directly alongside it.

Scope: shared scaffolding only, additive, no coin tree touched. Isolated from #155 (which carries a DGB-scrypt thesis) per review guidance.

/build-*/ already ignores hyphen-named out-of-source trees
(build-spv/, build-qt/). The underscore convention build_dgb/ slips
through, so an in-root cmake build can sweep binaries into a commit.
Add /build_*/ alongside it. Additive, shared scaffolding only; no
coin tree touched.
@frstrtr
frstrtr merged commit 161f419 into master Jun 19, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant